home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / libkb100.zip / LIBKB-1.00 / UTIL / 8.BAT next >
DOS Batch File  |  1996-07-23  |  411b  |  17 lines

  1. @echo off
  2.  
  3. rem /* 8.bat -- simple MSDOS textmode restorer
  4. rem  * Copyright (C) 1996 Markus F.X.J. Oberhumer
  5. rem  * For conditions of distribution and use, see copyright notice in kb.h 
  6. rem  */
  7.  
  8. rem /* look at 8.c what this batch file is good for */
  9.  
  10. mode co80
  11.  
  12. rem uncomment the next line if you have 4DOS
  13. rem color 7 on 0
  14.  
  15. rem you can also try the next line if you have ANSI.SYS
  16. rem echo =3h
  17.